home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / e / amigae21 / amigaedo.lha / ModulesText / mathtrans.txt < prev    next >
Text File  |  1992-09-02  |  446b  |  25 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:mathtrans.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'mathtrans.library', mathtransbase         /* informal notation */
  6.   SpAtan(D0)
  7.   SpSin(D0)
  8.   SpCos(D0)
  9.   SpTan(D0)
  10.   SpSincos(D1,D0)
  11.   SpSinh(D0)
  12.   SpCosh(D0)
  13.   SpTanh(D0)
  14.   SpExp(D0)
  15.   SpLog(D0)
  16.   SpPow(D1,D0)
  17.   SpSqrt(D0)
  18.   SpTieee(D0)
  19.   SpFieee(D0)
  20.   SpAsin(D0)
  21.   SpAcos(D0)
  22.   SpLog10(D0)
  23. ENDLIBRARY
  24.  
  25.